home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / dos / RMMCETH / RMMCETHD.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1991-09-05  |  5.1 KB  |  125 lines

  1. Installation
  2. ------------
  3. For detailed instructions on how to install the RM Ethernet MCA Adapter, refer
  4. to the document "RM Ethernet-16 Card, Installation Supplement", a copy of which
  5. has been supplied. By default, the adaptor is set to use base port address
  6. 0x300, interrupt request level 3, and the cheapernet connector.
  7.  
  8. If a single instance of the RM Ethernet MCA MAC driver is required, then the
  9. ADAPTORADDRESS keyword may be omitted from the PROTOCOL.INI file. If more than
  10. one instance of the driver is required, then each section in PROTOCOL.INI must
  11. contain an ADAPTORADDRESS keyword indicating the base port address of the
  12. required adaptor.
  13.  
  14. Note that the first instance of the RM Ethernet MCA MAC driver adopts the driver
  15. name RMETH$. Subsequent instances adopt the names RMETH1$ to RMETH3$. The
  16. relevant section in the PROTOCOL.INI file is identified by means of the
  17. parameter to the DRIVERNAME keyword.
  18.  
  19.  
  20. Trouble Shooting
  21. ----------------
  22. The RM Ethernet MAC driver may produce any one of a number of messages at load
  23. time. The possible messages and their meanings are listed below.
  24.  
  25. MAC1001E: Protocol Manager not found
  26.  
  27. The RM Ethernet MAC driver failed to open the device PROTMAN$. Check that the
  28. Protocol Manager has been correctly loaded before the MAC driver.
  29.  
  30. MAC1003E: Initialization Error
  31.  
  32. The RM Ethernet MAC driver failed to register with the Protocol Manager.
  33.  
  34. MAC1004W: PROTOCOL.INI keyword error := <keyword>
  35.  
  36. The RM Ethernet MAC driver has encountered an unrecognized keyword in the
  37. relevant section of the PROTOCOL.INI file. Check that PROTOCOL.INI contains
  38. only keywords which are described in the relevant README.INI file.
  39.  
  40. MAC1005W: PROTOCOL.INI parameter error := <parameter>
  41.  
  42. The RM Ethernet MAC driver has encountered a bad parameter for one of the
  43. keywords in the relevant section of the PROTOCOL.INI file. Check that
  44. PROTOCOL.INI contains only keyword parameters which are described in the
  45. relevant README.INI file.
  46.  
  47. MAC1006W: PROTOCOL.INI DRIVER parameters not found
  48.  
  49. The RM Ethernet MAC driver has failed to locate the relevant section in the
  50. PROTOCOL.INI file. Check that the relevant section is present, and has the
  51. correct DRIVERNAME parameter.
  52.  
  53. In order to conform to NDIS 2.0, the RM Ethernet MAC does not access the
  54. hardware until bind time. If a hardware fault is detected, then the MAC driver
  55. returns a suitable error code to the Protocol Manager, and this will result in
  56. the bind failing with a hardware error message. If this occurs, check that the
  57. adaptor has been correctly installed as described in the relevant README.INI
  58. file. In particular, for the RM Ethernet MCA card, check that no conflicts exist
  59. with other adaptors.
  60.  
  61.  
  62.  
  63. PROTOCOL.INI Parameters
  64. =======================
  65.  
  66. The RM Ethernet MCA MAC driver accepts the following keywords
  67. in the PROTOCOL.INI file:
  68.  
  69.  
  70. MAXREQUESTS
  71. -----------
  72. This keyword accepts a single numeric parameter which defines the number of
  73. requests which can be queued by the MAC driver. The possible range of values
  74. for the parameter 1 to 10. A default value of 6 is used if the keyword is
  75. omitted.
  76.  
  77.  
  78. MAXTRANSMITS
  79. ------------
  80. This keyword accepts a single numeric parameter which defines the number of
  81. transmit requests which can be queued by the MAC driver. The possible range of
  82. values for the parameter is 1 to 50. A default value of 6 is used if the
  83. keyword is omitted.
  84.  
  85.  
  86. ADAPTORADDRESS
  87. --------------
  88. This keyword accepts a single numeric parameter which specifies the base port
  89. address of the adaptor. For the AT adaptor, possible values for the parameter
  90. are 0x300, 0x320, 0x340 and 0x360. The base port address for the adaptor is
  91. defined by means of jumpers. Details of setting the base port address are
  92. contained in the attached documentation.
  93.  
  94. If this keyword is omitted, then the driver will attempt to automatically
  95. detect the base port address of the adaptor. The keyword should only be omitted
  96. if only a single instance of the MAC driver is loaded.
  97.  
  98. Note that it is not necessary to specify other hardware parameters such as the
  99. interrupt request level, since these are determined automatically by the MAC
  100. driver.
  101.  
  102. All adaptors are configured to use base port address 0x300 and interrupt
  103. request level 3 by default.
  104.  
  105.  
  106. STATIONADDRESS
  107. --------------
  108. This keyword accepts a single textual parameter which defines the network
  109. address to be used by the MAC driver. This parameter should be a twelve-digit
  110. hexadecimal number. If this keyword is omitted, then the unique network address
  111. which is hard-wired onto the adapter is used.
  112.  
  113.  
  114. DRIVERNAME
  115. ----------
  116. This keyword accepts a single textual parameter which specifies the name of the
  117. MAC driver character device. This parameter is used by the MAC driver to
  118. identify the relevant section in PROTOCOL.INI, and so may not be omitted.
  119.  
  120. It is possible to load more than one instance of the MAC driver. The first
  121. instance will adopt the name RMETH$. Subsequent instances will adopt names
  122. RMETH1$ to RMETH3$. A maximum of four instances may be loaded, and each must
  123. have a unique ADAPTORADDRESS parameter in PROTOCOL.INI.
  124.  
  125.